orcli transform

apply undo/redo JSON file(s) to an OpenRefine project

Usage

Arguments
project name or id
(required)
Path to one or more files or URLs. When FILE is -, read standard input.
(repeatable)
Options
suppress log output, print errors only
Parent Environment Variables
URL to OpenRefine server

Examples

orcli transform "duplicates" "history.json"
cat "history.json" | orcli transform "duplicates"
orcli transform "duplicates" "https://git.io/fj5ju"
orcli transform 1234567890123 "history.json"